shared lock

英 [ʃeəd lɒk] 美 [ʃerd lɑːk]

网络  共享锁; 共享锁定; 共用锁定; 有共享锁; 申请共享锁

计算机



双语例句

  1. UNIX-like systems have traditionally implemented a lock shared between different processes by creating a file that indicates a lock.
    通常,类Unix系统是通过创建表示一个锁的文件来实现不同进程间共享的锁。
  2. When these applications issue a commit ( MQCMIT) a shared lock can be taken against the queue.
    当这些应用程序发出提交命令(MQCMIT)时,可以在队列上使用共享锁定。
  3. As a result, the number of times a thread has to acquire the shared heap lock is greatly reduced, improving concurrency.
    所以,线程花在获得共享堆锁的大量时间被大大减少,从而提高了并发性。
  4. At the same time, with Oracle Database10g, make sure that the LOCK_SGA Oracle initialization parameter is set to TRUE, so that Oracle request large pages when allocating shared memory.
    同时,对于OracleDatabase10g,请确保将LOCKSGAOracle初始化参数设置为TRUE,这样一来,Oracle会在分配共享内存时请求较大的页面。
  5. Many of our languages are dependent on fragile concurrency mechanisms, like threads with shared state, or possibly worse, a global lock that limits execution to a single thread on a single core.
    许多语言依赖于脆弱的并发机制,比如线程和共享的状态,甚至是更糟的全局锁(它导致一个线程只能在单一核上执行)。
  6. Information about the lock that was requested by the waiting application, such as row or table lock, shared or exclusive lock, table name, and so on.
    等待应用程序请求的锁信息,如行或表锁、共享或独占锁、表名等等。
  7. A portal administrator or page administrator can use Edit Shared Settings to lock down a specific view or specific service.
    门户管理员或页面管理员可以使用EditSharedSettings来锁定特定的视图或特定的服务。
  8. In our examples, this will either be a mutex or shared/ exclusive lock.
    在我们的这些例子中,它是指互斥体或者共享/排斥锁。
  9. This paper researches the lock management in distributed system, analyzes the central management algorithm, presents and realizes moveable shared lock server.
    本文对分布式环境下锁的管理方法展开研究,分析了集中式锁管理算法,提出并实现了可迁移的共用锁服务器算法,并对其特点进行了讨论。
  10. DRB adopts perfect cache management, concurrency control mechanism of access to shared files based on read-write lock and security mechanism based on Globus GSI to ensure FDSS's providing high-performance, consistent, secure federated data service.
    DRB采用完善的Cache管理机制,基于读写锁方案的文件共享访问并发控制机制以及基于GlobusGSI的安全机制,保证了FDSS提供高性能的,一致的,安全的联邦数据服务。
  11. The common way to use shared memory is that many processes share one same memory block for inter-communications. As the number of the process grows, the conflicts come more often, which result in more system lock waits and lower the efficiency of shared memory communication.
    通常的共享内存通信往往是多个进程使用同一个内存区域进行通信,当通信的进程增多时,容易造成读写冲突增多,从而造成系统锁资源等待,导致共享内存通信效率降低。
  12. Therefor, user can keep away from the burden that how to access the shared variables with concrete synchronization mechanisms, like as lock and so on, but also the problem that the atomic region must confront.
    从而,程序员无须考虑该如何使用锁等具体机制来同步对共享变量的访问,也可以避免或解决原子区所面临的一些问题。